home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / bdeorx / BDEDORX.ZIP / D3 / BDEDORXT.DFM / BDEDORXT.txt
Encoding:
Text File  |  1997-10-15  |  1.3 KB  |  70 lines

  1. object TrimDlg: TTrimDlg
  2.   Left = 199
  3.   Top = 95
  4.   ActiveControl = SaveButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trim-Or-Save'
  7.   ClientHeight = 112
  8.   ClientWidth = 295
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 15
  15.   object TrimButton: TButton
  16.     Left = 78
  17.     Top = 76
  18.     Width = 65
  19.     Height = 25
  20.     Caption = 'Trim'
  21.     ModalResult = 1
  22.     TabOrder = 1
  23.     OnClick = ButtonClick
  24.   end
  25.   object SaveButton: TButton
  26.     Left = 8
  27.     Top = 76
  28.     Width = 65
  29.     Height = 25
  30.     Caption = 'Save'
  31.     TabOrder = 0
  32.     OnClick = ButtonClick
  33.   end
  34.   object AbortButton: TButton
  35.     Left = 216
  36.     Top = 76
  37.     Width = 65
  38.     Height = 25
  39.     Caption = 'Abort'
  40.     TabOrder = 2
  41.     OnClick = ButtonClick
  42.   end
  43.   object Memo1: TMemo
  44.     Left = 12
  45.     Top = 12
  46.     Width = 269
  47.     Height = 53
  48.     Alignment = taCenter
  49.     BorderStyle = bsNone
  50.     Color = clBtnFace
  51.     Ctl3D = False
  52.     Lines.Strings = (
  53.       'Caution! Data may have to be trimmed'
  54.       'Field: '
  55.       'Save those records to a problem table?')
  56.     ParentCtl3D = False
  57.     ReadOnly = True
  58.     TabOrder = 3
  59.   end
  60.   object TrimAllButton: TButton
  61.     Left = 147
  62.     Top = 76
  63.     Width = 65
  64.     Height = 25
  65.     Caption = 'Trim all'
  66.     TabOrder = 4
  67.     OnClick = ButtonClick
  68.   end
  69. end
  70.